Component org.nuxeo.ecm.core.schema.common
In bundle org.nuxeo.ecm.core.schema
Documentation
This component is contributing the common schemas used by other schemas.
Resolution Order
141
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.schema.common" version="1.0.0">
<documentation>
This component is contributing the common schemas used by other schemas.
</documentation>
<extension target="org.nuxeo.ecm.core.schema.TypeService" point="schema">
<schema name="base" src="schema/base.xsd"/>
<schema name="core-types" src="schema/core-types.xsd"/>
</extension>
</component>